What does "int *a = (int[2]){0, 2};" exactly do?
Posted
by Dpp
on Stack Overflow
See other posts from Stack Overflow
or by Dpp
Published on 2010-06-11T14:44:44Z
Indexed on
2010/06/11
14:52 UTC
Read the original article
Hit count: 115
Filed under:
c
I was very surprised when I saw this notation. What does it do and what kind of C notion is it?
© Stack Overflow or respective owner